home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / pymodules / python2.6 / PyICU.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2009-10-28  |  918b  |  21 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4.  
  5. class ICUError(Exception):
  6.     messages = { }
  7.     
  8.     def __str__(self):
  9.         return '%s, error code: %d' % (self.args[1], self.args[0])
  10.  
  11.     
  12.     def getErrorCode(self):
  13.         return self.args[0]
  14.  
  15.  
  16.  
  17. class InvalidArgsError(Exception):
  18.     pass
  19.  
  20. from _PyICU import *
  21.